home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 1.iso
/
ARGONET
/
PD
/
PROGRAMMING
/
LCLINT2.SPK
/
test
/
test_b
/
tests2_2
/
c
/
decl
< prev
next >
Wrap
Text File
|
1996-08-28
|
80b
|
9 lines
# include <time.h>
struct tm { int x; }
int f (struct tm s)
{
return s.x;
}